Add gtk4-node-editor
authorBenjamin Otte <otte@redhat.com>
Tue, 12 Mar 2019 14:05:25 +0000 (15:05 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 5 May 2019 05:18:39 +0000 (07:18 +0200)
commit008b7bc94f7b2229f22488b9ecb4efa0bbc20cc2
tree416b39bbffef27695b42ae060cc0f4c9fa210ba1
parentb4f5baf4fa031a2ba8d7aef0bf9215c513995985
Add gtk4-node-editor

It's meant to be a little editor for render nodes so we can do testing
with it.
demos/meson.build
demos/node-editor/main.c [new file with mode: 0644]
demos/node-editor/meson.build [new file with mode: 0644]
demos/node-editor/node-editor-application.c [new file with mode: 0644]
demos/node-editor/node-editor-application.h [new file with mode: 0644]
demos/node-editor/node-editor-window.c [new file with mode: 0644]
demos/node-editor/node-editor-window.h [new file with mode: 0644]
demos/node-editor/node-editor-window.ui [new file with mode: 0644]
demos/node-editor/node-editor.gresource.xml [new file with mode: 0644]